home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1989 / Jun 89 / V0091-More Extending Obje-Jun89 < prev    next >
Encoding:
Text File  |  1991-03-06  |  832 b   |  24 lines  |  [TEXT/GEOL]

  1. Item    3758130                         29-June-89        06:45
  2.  
  3. From:   PASCOE1                         Pascoe, Geoff
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    More Extending Object Pascal
  8.  
  9. Larry,
  10.  
  11. As usual, you are correct in pointing out constructors/destructors are
  12. orthogonal to stack allocated objects.  Const/Dest make stack objects much more
  13. convenient.  To use them you only have to declare them, the compiler handles
  14. the rest.
  15.     On the question of operator overloading-  I wouldn't mind seeing
  16. function/procedure (incl. methods) overloading in an updated Object Pascal,
  17. although I think generalized operator overloading is not worth the
  18. complications.  (I assume that your reference to C++ features for reference
  19. counting was the overloading of the assignment operator for objects.)
  20.  
  21. Geoff
  22.  
  23.  
  24.